Python Basics

Python coding
Author

Ryan Horn

Published

February 14, 2025

Lecture 4

In lecture 4 we worked with various aspects of python including, values, variables, types, assignments, basic code, and comment styles.

Lecture 5

In lecture 5 we expanded on what we learned in lecture 4 and introduced many more aspects of python. Some of these included Booleans, conditions, and if statements. On top of that we started using slicing methods for strings and lists and many more.

Classwork 4

In classwork 4 we started with using pythons syntax to solve an algabreaic equation. We then practiced with lists, slicing, while and for loops, and importing libraries.